projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1991b65
)
added -fPIC to LD_FLAGS for extensions, thus making them compile on 64bit archs as...
author
Øyvind Kolås
<ok@src.gnome.org>
Fri, 8 Sep 2006 14:19:46 +0000
(14:19 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Fri, 8 Sep 2006 14:19:46 +0000
(14:19 +0000)
ChangeLog
patch
|
blob
|
history
extensions/Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c820d6dc4db598a047925d1ad43fc656ecfe2546..5ec4d4ca773d737d6127b95aac3353e0e8b8b99b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-09-08 Øyvind Kolås <pippin@gimp.org>
+
+ * extensions/Makefile.am: added -fPIC to LD_FLAGS, thus making it
+ compile on 64bit archs as well.
+
2006-09-04 Michael Schumacher <schumaml@cvs.gnome.org>
* extensions/Makefile.am: have to link with libbabl.a, at least on
diff --git
a/extensions/Makefile.am
b/extensions/Makefile.am
index e6373391677d0df841f01ba97a1e62ed53e1519f..1abc4c95b4bef35f47b6c4f4c38ee6b173f85a51 100644
(file)
--- a/
extensions/Makefile.am
+++ b/
extensions/Makefile.am
@@
-17,7
+17,7
@@
all-local: $(SOBJS)
CFLAGS += -I $(top_srcdir)/babl -I $(top_srcdir)/extensions
-LDFLAGS += -shared
+LDFLAGS += -shared
-fPIC
LDADD = $(win32_libs) $(no-undefined)